Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogs
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogs))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
33         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
34         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
35         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
36         Me.Label2 = New System.Windows.Forms.Label()
37         Me.Label3 = New System.Windows.Forms.Label()
38         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
39         Me.cmbUserID = New System.Windows.Forms.ComboBox()
40         Me.lblUser = New System.Windows.Forms.Label()
41         Me.Panel6 = New System.Windows.Forms.Panel()
42         Me.dgw = New System.Windows.Forms.DataGridView()
43         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
45         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Panel2 = New System.Windows.Forms.Panel()
47         Me.Label1 = New System.Windows.Forms.Label()
48         Me.btnExportExcel = New System.Windows.Forms.Button()
49         Me.btnReset = New System.Windows.Forms.Button()
50         Me.btnGetData = New System.Windows.Forms.Button()
51         Me.btnClose = New System.Windows.Forms.Button()
52         Me.btnDeleteAllLogs = New System.Windows.Forms.Button()
53         Me.Panel1.SuspendLayout()
54         Me.GroupBox3.SuspendLayout()
55         Me.GroupBox2.SuspendLayout()
56         Me.GroupBox1.SuspendLayout()
57         Me.Panel6.SuspendLayout()
58         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
59         Me.Panel2.SuspendLayout()
60         Me.SuspendLayout()
61         
'
62         
'Panel1
63         
'
64         Me.Panel1.BackColor = System.Drawing.Color.White
65         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
66         Me.Panel1.Controls.Add(Me.GroupBox3)
67         Me.Panel1.Controls.Add(Me.GroupBox2)
68         Me.Panel1.Controls.Add(Me.GroupBox1)
69         Me.Panel1.Controls.Add(Me.lblUser)
70         Me.Panel1.Controls.Add(Me.btnClose)
71         Me.Panel1.Controls.Add(Me.Panel6)
72         Me.Panel1.Controls.Add(Me.dgw)
73         Me.Panel1.Controls.Add(Me.Panel2)
74         Me.Panel1.Location = New System.Drawing.Point(
5, 5)
75         Me.Panel1.Name =
"Panel1"
76         Me.Panel1.Size = New System.Drawing.Size(
700, 522)
77         Me.Panel1.TabIndex =
2
78         
'
79         
'GroupBox3
80         
'
81         Me.GroupBox3.Controls.Add(Me.btnExportExcel)
82         Me.GroupBox3.Controls.Add(Me.btnReset)
83         Me.GroupBox3.Location = New System.Drawing.Point(
599, 47)
84         Me.GroupBox3.Name =
"GroupBox3"
85         Me.GroupBox3.Size = New System.Drawing.Size(
95, 116)
86         Me.GroupBox3.TabIndex =
6
87         Me.GroupBox3.TabStop = False
88         
'
89         
'GroupBox2
90         
'
91         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
92         Me.GroupBox2.Controls.Add(Me.btnGetData)
93         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
94         Me.GroupBox2.Controls.Add(Me.Label2)
95         Me.GroupBox2.Controls.Add(Me.Label3)
96         Me.GroupBox2.Location = New System.Drawing.Point(
7, 47)
97         Me.GroupBox2.Name =
"GroupBox2"
98         Me.GroupBox2.Size = New System.Drawing.Size(
372, 66)
99         Me.GroupBox2.TabIndex =
46
100         Me.GroupBox2.TabStop = False
101         Me.GroupBox2.Text =
"Search Logs"
102         
'
103         
'dtpDateTo
104         
'
105         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
106         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
107         Me.dtpDateTo.Location = New System.Drawing.Point(
151, 35)
108         Me.dtpDateTo.Name =
"dtpDateTo"
109         Me.dtpDateTo.Size = New System.Drawing.Size(
108, 20)
110         Me.dtpDateTo.TabIndex =
14
111         
'
112         
'dtpDateFrom
113         
'
114         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
115         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
116         Me.dtpDateFrom.Location = New System.Drawing.Point(
11, 35)
117         Me.dtpDateFrom.Name =
"dtpDateFrom"
118         Me.dtpDateFrom.Size = New System.Drawing.Size(
108, 20)
119         Me.dtpDateFrom.TabIndex =
11
120         
'
121         
'Label2
122         
'
123         Me.Label2.AutoSize = True
124         Me.Label2.Location = New System.Drawing.Point(
148, 16)
125         Me.Label2.Name =
"Label2"
126         Me.Label2.Size = New System.Drawing.Size(
26, 13)
127         Me.Label2.TabIndex =
13
128         Me.Label2.Text =
"To :"
129         
'
130         
'Label3
131         
'
132         Me.Label3.AutoSize = True
133         Me.Label3.Location = New System.Drawing.Point(
8, 16)
134         Me.Label3.Name =
"Label3"
135         Me.Label3.Size = New System.Drawing.Size(
36, 13)
136         Me.Label3.TabIndex =
12
137         Me.Label3.Text =
"From :"
138         
'
139         
'GroupBox1
140         
'
141         Me.GroupBox1.Controls.Add(Me.cmbUserID)
142         Me.GroupBox1.Location = New System.Drawing.Point(
392, 47)
143         Me.GroupBox1.Name =
"GroupBox1"
144         Me.GroupBox1.Size = New System.Drawing.Size(
194, 66)
145         Me.GroupBox1.TabIndex =
45
146         Me.GroupBox1.TabStop = False
147         Me.GroupBox1.Text =
"User ID :"
148         
'
149         
'cmbUserID
150         
'
151         Me.cmbUserID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
152         Me.cmbUserID.FormattingEnabled = True
153         Me.cmbUserID.Location = New System.Drawing.Point(
11, 26)
154         Me.cmbUserID.Name =
"cmbUserID"
155         Me.cmbUserID.Size = New System.Drawing.Size(
171, 21)
156         Me.cmbUserID.TabIndex =
13
157         
'
158         
'lblUser
159         
'
160         Me.lblUser.AutoSize = True
161         Me.lblUser.Location = New System.Drawing.Point(
613, 255)
162         Me.lblUser.Name =
"lblUser"
163         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
164         Me.lblUser.TabIndex =
44
165         Me.lblUser.Text =
"Label8"
166         Me.lblUser.Visible = False
167         
'
168         
'Panel6
169         
'
170         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
171         Me.Panel6.Controls.Add(Me.btnDeleteAllLogs)
172         Me.Panel6.Location = New System.Drawing.Point(
598, 429)
173         Me.Panel6.Name =
"Panel6"
174         Me.Panel6.Size = New System.Drawing.Size(
96, 86)
175         Me.Panel6.TabIndex =
43
176         
'
177         
'dgw
178         
'
179         Me.dgw.AllowUserToAddRows = False
180         Me.dgw.AllowUserToDeleteRows = False
181         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
182         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
183         Me.dgw.BackgroundColor = System.Drawing.Color.White
184         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
185         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
186         DataGridViewCellStyle2.BackColor = System.Drawing.Color.MediumPurple
187         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White
189         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
190         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
191         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
192         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
193         Me.dgw.ColumnHeadersHeight =
24
194         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
195         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
196         Me.dgw.EnableHeadersVisualStyles = False
197         Me.dgw.GridColor = System.Drawing.Color.White
198         Me.dgw.Location = New System.Drawing.Point(
6, 121)
199         Me.dgw.MultiSelect = False
200         Me.dgw.Name =
"dgw"
201         Me.dgw.ReadOnly = True
202         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
203         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
204         DataGridViewCellStyle4.BackColor = System.Drawing.Color.LightSeaGreen
205         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
206         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
207         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Orange
208         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
209         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
210         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
211         Me.dgw.RowHeadersWidth =
25
212         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
213         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
214         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
215         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.MediumTurquoise
216         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
217         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
218         Me.dgw.RowTemplate.Height =
18
219         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
220         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
221         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
222         Me.dgw.Size = New System.Drawing.Size(
581, 394)
223         Me.dgw.TabIndex =
40
224         
'
225         
'Column1
226         
'
227         Me.Column1.HeaderText =
"User ID"
228         Me.Column1.Name =
"Column1"
229         Me.Column1.ReadOnly = True
230         Me.Column1.Width =
120
231         
'
232         
'Column2
233         
'
234         DataGridViewCellStyle3.Format =
"dd/MM/yyyy hh:mm:ss tt"
235         Me.Column2.DefaultCellStyle = DataGridViewCellStyle3
236         Me.Column2.HeaderText =
"Date"
237         Me.Column2.Name =
"Column2"
238         Me.Column2.ReadOnly = True
239         Me.Column2.Width =
150
240         
'
241         
'Column3
242         
'
243         Me.Column3.HeaderText =
"Operation"
244         Me.Column3.Name =
"Column3"
245         Me.Column3.ReadOnly = True
246         Me.Column3.Width =
300
247         
'
248         
'Panel2
249         
'
250         Me.Panel2.BackColor = System.Drawing.Color.MediumPurple
251         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
252         Me.Panel2.Controls.Add(Me.Label1)
253         Me.Panel2.Location = New System.Drawing.Point(
6, 5)
254         Me.Panel2.Name =
"Panel2"
255         Me.Panel2.Size = New System.Drawing.Size(
604, 27)
256         Me.Panel2.TabIndex =
0
257         
'
258         
'Label1
259         
'
260         Me.Label1.AutoSize = True
261         Me.Label1.BackColor = System.Drawing.Color.Transparent
262         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.Label1.ForeColor = System.Drawing.Color.White
264         Me.Label1.Location = New System.Drawing.Point(
263, 0)
265         Me.Label1.Name =
"Label1"
266         Me.Label1.Size = New System.Drawing.Size(
92, 24)
267         Me.Label1.TabIndex =
0
268         Me.Label1.Text =
"Logs List"
269         
'
270         
'btnExportExcel
271         
'
272         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
273         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
274         Me.btnExportExcel.Image = CType(resources.GetObject(
"btnExportExcel.Image"), System.Drawing.Image)
275         Me.btnExportExcel.ImageAlign = System.Drawing.ContentAlignment.TopCenter
276         Me.btnExportExcel.Location = New System.Drawing.Point(
9, 55)
277         Me.btnExportExcel.Name =
"btnExportExcel"
278         Me.btnExportExcel.Size = New System.Drawing.Size(
78, 55)
279         Me.btnExportExcel.TabIndex =
5
280         Me.btnExportExcel.Text =
"&Export Excel"
281         Me.btnExportExcel.TextAlign = System.Drawing.ContentAlignment.BottomCenter
282         Me.btnExportExcel.UseVisualStyleBackColor = True
283         
'
284         
'btnReset
285         
'
286         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
287         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
288         Me.btnReset.Image = CType(resources.GetObject(
"btnReset.Image"), System.Drawing.Image)
289         Me.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
290         Me.btnReset.Location = New System.Drawing.Point(
9, 13)
291         Me.btnReset.Name =
"btnReset"
292         Me.btnReset.Size = New System.Drawing.Size(
78, 36)
293         Me.btnReset.TabIndex =
0
294         Me.btnReset.Text =
"&Reset"
295         Me.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleRight
296         Me.btnReset.UseVisualStyleBackColor = True
297         
'
298         
'btnGetData
299         
'
300         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
301         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.btnGetData.Image = CType(resources.GetObject(
"btnGetData.Image"), System.Drawing.Image)
303         Me.btnGetData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
304         Me.btnGetData.Location = New System.Drawing.Point(
276, 21)
305         Me.btnGetData.Name =
"btnGetData"
306         Me.btnGetData.Size = New System.Drawing.Size(
90, 39)
307         Me.btnGetData.TabIndex =
1
308         Me.btnGetData.Text =
"&Get Data"
309         Me.btnGetData.TextAlign = System.Drawing.ContentAlignment.MiddleRight
310         Me.btnGetData.UseVisualStyleBackColor = True
311         
'
312         
'btnClose
313         
'
314         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
315         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
316         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
317         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
318         Me.btnClose.Location = New System.Drawing.Point(
613, 2)
319         Me.btnClose.Name =
"btnClose"
320         Me.btnClose.Size = New System.Drawing.Size(
78, 37)
321         Me.btnClose.TabIndex =
4
322         Me.btnClose.Text =
"&Close"
323         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
324         Me.btnClose.UseVisualStyleBackColor = True
325         
'
326         
'btnDeleteAllLogs
327         
'
328         Me.btnDeleteAllLogs.Cursor = System.Windows.Forms.Cursors.Hand
329         Me.btnDeleteAllLogs.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
330         Me.btnDeleteAllLogs.Image = CType(resources.GetObject(
"btnDeleteAllLogs.Image"), System.Drawing.Image)
331         Me.btnDeleteAllLogs.ImageAlign = System.Drawing.ContentAlignment.TopCenter
332         Me.btnDeleteAllLogs.Location = New System.Drawing.Point(
8, 5)
333         Me.btnDeleteAllLogs.Name =
"btnDeleteAllLogs"
334         Me.btnDeleteAllLogs.Size = New System.Drawing.Size(
78, 74)
335         Me.btnDeleteAllLogs.TabIndex =
0
336         Me.btnDeleteAllLogs.Text =
"&Delete all Logs"
337         Me.btnDeleteAllLogs.TextAlign = System.Drawing.ContentAlignment.BottomCenter
338         Me.btnDeleteAllLogs.UseVisualStyleBackColor = True
339         
'
340         
'frmLogs
341         
'
342         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
343         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
344         Me.BackColor = System.Drawing.Color.Orange
345         Me.ClientSize = New System.Drawing.Size(
709, 532)
346         Me.Controls.Add(Me.Panel1)
347         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
348         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
349         Me.MaximizeBox = False
350         Me.MinimizeBox = False
351         Me.Name =
"frmLogs"
352         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
353         Me.Panel1.ResumeLayout(False)
354         Me.Panel1.PerformLayout()
355         Me.GroupBox3.ResumeLayout(False)
356         Me.GroupBox2.ResumeLayout(False)
357         Me.GroupBox2.PerformLayout()
358         Me.GroupBox1.ResumeLayout(False)
359         Me.Panel6.ResumeLayout(False)
360         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
361         Me.Panel2.ResumeLayout(False)
362         Me.Panel2.PerformLayout()
363         Me.ResumeLayout(False)
364
365     End Sub
366     Friend WithEvents Panel1 As System.Windows.Forms.Panel
367     Friend WithEvents btnGetData As System.Windows.Forms.Button
368     Friend WithEvents dgw As System.Windows.Forms.DataGridView
369     Friend WithEvents Panel2 As System.Windows.Forms.Panel
370     Friend WithEvents Label1 As System.Windows.Forms.Label
371     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
372     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
373     Friend WithEvents Label2 As System.Windows.Forms.Label
374     Friend WithEvents Label3 As System.Windows.Forms.Label
375     Friend WithEvents cmbUserID As System.Windows.Forms.ComboBox
376     Friend WithEvents btnClose As System.Windows.Forms.Button
377     Friend WithEvents btnReset As System.Windows.Forms.Button
378     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
379     Friend WithEvents Panel6 As System.Windows.Forms.Panel
380     Friend WithEvents btnDeleteAllLogs As System.Windows.Forms.Button
381     Friend WithEvents lblUser As System.Windows.Forms.Label
382     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
383     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
384     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
385     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
386     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
387     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
388
389 End Class


Gõ tìm kiếm nhanh...